@@ -0,0 +1,20 @@ |
||
1 |
+# -*- coding: utf-8 -*- |
|
2 |
+# Generated by Django 1.11.26 on 2020-02-06 14:46 |
|
3 |
+from __future__ import unicode_literals |
|
4 |
+ |
|
5 |
+from django.db import migrations, models |
|
6 |
+ |
|
7 |
+ |
|
8 |
+class Migration(migrations.Migration): |
|
9 |
+ |
|
10 |
+ dependencies = [ |
|
11 |
+ ('account', '0039_auto_20200117_1203'), |
|
12 |
+ ] |
|
13 |
+ |
|
14 |
+ operations = [ |
|
15 |
+ migrations.AddField( |
|
16 |
+ model_name='userinfo', |
|
17 |
+ name='province_code', |
|
18 |
+ field=models.CharField(blank=True, help_text='\u7528\u6237\u7701\u4efd\u7f16\u7801', max_length=255, null=True, verbose_name='location'), |
|
19 |
+ ), |
|
20 |
+ ] |
@@ -0,0 +1,20 @@ |
||
1 |
+# -*- coding: utf-8 -*- |
|
2 |
+# Generated by Django 1.11.26 on 2020-02-06 14:50 |
|
3 |
+from __future__ import unicode_literals |
|
4 |
+ |
|
5 |
+from django.db import migrations, models |
|
6 |
+ |
|
7 |
+ |
|
8 |
+class Migration(migrations.Migration): |
|
9 |
+ |
|
10 |
+ dependencies = [ |
|
11 |
+ ('account', '0040_userinfo_province_code'), |
|
12 |
+ ] |
|
13 |
+ |
|
14 |
+ operations = [ |
|
15 |
+ migrations.AlterField( |
|
16 |
+ model_name='userinfo', |
|
17 |
+ name='province_code', |
|
18 |
+ field=models.CharField(blank=True, help_text='\u7528\u6237\u7701\u4efd\u7f16\u7801', max_length=255, null=True, verbose_name='province_code'), |
|
19 |
+ ), |
|
20 |
+ ] |
@@ -0,0 +1,20 @@ |
||
1 |
+# -*- coding: utf-8 -*- |
|
2 |
+# Generated by Django 1.11.26 on 2020-02-07 03:55 |
|
3 |
+from __future__ import unicode_literals |
|
4 |
+ |
|
5 |
+from django.db import migrations, models |
|
6 |
+ |
|
7 |
+ |
|
8 |
+class Migration(migrations.Migration): |
|
9 |
+ |
|
10 |
+ dependencies = [ |
|
11 |
+ ('account', '0041_auto_20200206_2250'), |
|
12 |
+ ] |
|
13 |
+ |
|
14 |
+ operations = [ |
|
15 |
+ migrations.AddField( |
|
16 |
+ model_name='userinfo', |
|
17 |
+ name='province_name', |
|
18 |
+ field=models.CharField(blank=True, help_text='\u7528\u6237\u7701\u4efd\u4fe1\u606f', max_length=255, null=True, verbose_name='province_name'), |
|
19 |
+ ), |
|
20 |
+ ] |
@@ -0,0 +1,21 @@ |
||
1 |
+# -*- coding: utf-8 -*- |
|
2 |
+# Generated by Django 1.11.26 on 2020-02-06 08:09 |
|
3 |
+from __future__ import unicode_literals |
|
4 |
+ |
|
5 |
+from django.db import migrations |
|
6 |
+import jsonfield.fields |
|
7 |
+ |
|
8 |
+ |
|
9 |
+class Migration(migrations.Migration): |
|
10 |
+ |
|
11 |
+ dependencies = [ |
|
12 |
+ ('statistic', '0013_auto_20190403_1917'), |
|
13 |
+ ] |
|
14 |
+ |
|
15 |
+ operations = [ |
|
16 |
+ migrations.AddField( |
|
17 |
+ model_name='consumemodelsalestatisticinfo', |
|
18 |
+ name='users', |
|
19 |
+ field=jsonfield.fields.JSONField(default=[], help_text='\u7528\u6237\u5217\u8868', verbose_name='users'), |
|
20 |
+ ), |
|
21 |
+ ] |
@@ -0,0 +1,21 @@ |
||
1 |
+# -*- coding: utf-8 -*- |
|
2 |
+# Generated by Django 1.11.26 on 2020-02-11 15:10 |
|
3 |
+from __future__ import unicode_literals |
|
4 |
+ |
|
5 |
+from django.db import migrations |
|
6 |
+import jsonfield.fields |
|
7 |
+ |
|
8 |
+ |
|
9 |
+class Migration(migrations.Migration): |
|
10 |
+ |
|
11 |
+ dependencies = [ |
|
12 |
+ ('statistic', '0014_consumemodelsalestatisticinfo_users'), |
|
13 |
+ ] |
|
14 |
+ |
|
15 |
+ operations = [ |
|
16 |
+ migrations.AddField( |
|
17 |
+ model_name='modelsalestatisticinfo', |
|
18 |
+ name='saleclerks', |
|
19 |
+ field=jsonfield.fields.JSONField(default=[], help_text='\u9500\u552e\u5458\u5217\u8868', verbose_name='saleclerks'), |
|
20 |
+ ), |
|
21 |
+ ] |